﻿@charset "utf-8";
*, :after, :before{-webkit-box-sizing: border-box; box-sizing: border-box;}
*{word-wrap:break-word} 
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static;-webkit-text-size-adjust:none;}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53"; color: #333; }
body{line-height:1.6}
h1,h2,h3,h4,h5,h6{font-size:100%}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer}
a:hover{text-decoration:underline;outline:none; color:#333}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
button,input[type="button"], input[type="submit"] {line-height:normal !important;}
/*img*/
img{border:0; }
a img,img{-ms-interpolation-mode:bicubic}
.img-responsive{max-width: 100%;height: auto}

/*IE下a:hover 背景闪烁*/
*html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}

/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
/*
	Name:			style_clearfix
	Example:		class="clearfix|cl"
	Explain:		Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
input::-webkit-input-placeholder{color:#999999;}
input::-moz-placeholder{/* Mozilla Firefox 19+ */ color:#999999;}
input:-moz-placeholder{/* Mozilla Firefox 4 to 18 */ color:#999999;}
input:-ms-input-placeholder{/* Internet Explorer 10-11 */ color:#999999;}
textarea::-webkit-input-placeholder{color:#999999;}
textarea::-moz-placeholder{/* Mozilla Firefox 19+ */ color:#999999;}
textarea:-moz-placeholder{/* Mozilla Firefox 4 to 18 */ color:#999999;}
textarea:-ms-input-placeholder{/* Internet Explorer 10-11 */ color:#999999;}		
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}
.cl{clear:both; display:block}
ul,li{ list-style-type:none;}
i,em{ font-style:normal}
a{transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;-o-transition: alll 0.3s;} 
body{ color:#333;  font-size:14px; line-height:1.6; overflow-x:hidden; background-color:#fff;  }
a{ color:#333; text-decoration:none; font-size:14px;}
a:hover{ color:#d1ae79;  text-decoration:none}
.weap{ max-width:1200px; margin:0 auto; padding-left:10px; padding-right:10px} 
 
table {
    width: 100%;
    empty-cells: show;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.ui-nowrap {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}   
.ui-nowrap-multi { display: -webkit-box; overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;} 
 
/*布局*/ 
.flex{display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.flex1{-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;}
.flexalign{ -webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
 
/*头部*/ 
.qm-top{ height:80px;}
.qm-top .box{ background:rgba(255,255,255); box-shadow:0 1px 3px rgba(255,255,255,.05);height:80px; position:fixed; z-index:999; left:0; right:0;top:0; } 
.qm-top .weap{  height:80px }
.qm-top .logo{ float:left; padding-top:18px;}
.qm-top .logo a{ display:block; float:left}
.qm-top .logo img{ display:block; height:50px;}
 
.qm-nav{  float:right;  } 
.qm-nav ul{ font-size:0; }
.qm-nav .nl{ float:left; padding:0 15px;position:relative} 
.qm-nav .nl .alink{ color:#000; display:block; font-size:15px; text-align:center; line-height:80px; } 
.qm-nav .nl.on .alink{  color:#d1ae79}
.qm-nav .sub{ position:absolute; z-index:8;top:80px; width:180px; left:50%; margin-left:-65px;display:none ;background:#fff;  } 
 
.qm-nav .nl.on.exist .alink:after{ transform:rotate(180deg)}
.qm-nav .sub ul{ padding:5px 0}
.qm-nav .sub a{ display:block; line-height:1.4; padding:10px 0; text-align:center }
.qm-nav .sub .weap{ height:auto;}

.navbox{ float:left}
 
.qm-top .topright{ float:left; padding-top:25px; margin-left:40px;} 
.qm-top .topright a{ display:inline-block; vertical-align:middle; line-height:34px;}
.qm-top .topright .tela{ font-size:24px; color:#f9bb04; padding-left:35px; background:url(../images/ico-tel02.png) no-repeat center left; background-size:24px}
.qm-top .topright .shopa{ margin-left:20px;background:url(../images/ico-shopa.png) no-repeat center center; background-size:auto 100%; width:36px; height:34px;}
.qm-top .topright .en{ margin-left:20px;background:url(../images/ico-en.png) no-repeat center center; background-size:auto 100%; width:36px; height:34px;}
 
/* footer */
.footer{ background-color:#222222;  color:#B4B5B5 }  
.footer a{ color:#B4B5B5 }
.footer a:hover{ color:#fff}
.footer .weap{ padding-top:85px; padding-bottom:70px}
.footer .footnav{ float:left; width:50%; overflow:hidden}
.footer .footnav dt{ font-size:24px; font-weight:bold; position:relative; margin-bottom:20px; line-height:1.1} 
.footer .footnav dd{ margin-bottom:20px}
.footer .footnav dd a{ font-size:16px;}
.footer .footnav dl{ width:29%; float:left;}
.footer .footewm{ float:left; width:12.5%; text-align:center;  }
.footer .footewm img{ width:134px; max-width:95%}
.footer .footewm .p{ margin-top:10px; font-size:15px; line-height:2} 
.footer .footadder{ float:right; width:25%; text-align:center}
.footer .footadder .p1 a{color: #FA9600; font-size: 32px;}
.footer .footadder .p2{    margin: 15px 0 22px 0;}
.footer .footadder .p2 a{color: #B4B5B5; font-size: 16px;}
.footer .footadder .p3 a{    width: 219px; max-width:100%;
    height: 53px;
    line-height: 53px;
    border: 1px solid #B4B5B5;
    text-align: center;
    display: inline-block; font-size:16px;}
.footer .banquan{ background-color:#222222; padding:20px 10px; text-align:center; font-size:14px; border-top:1px solid #595757}
 
.footer .banquan span{ margin:0 10px; display:inline-block}

/*弹出视频*/
.videopop{ position:fixed; z-index:999; left:0; right:0;top:0; bottom:0;}
.videopop .bdbox{display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; position:relative; width:100%; height:100%}
.videopop .closebg{ position:absolute; z-index:1; background:rgba(0,0,0,.7); left:0; right:0;top:0; bottom:0}
.videopop .videobd{ margin:0 auto; position:relative; z-index:2; width:980px; padding:10px; background-color:#252525} 
.videopop .videobd .video{ height:600px}
.videopop .videobd video{ display:block;}
.videopop .mclsoe{ position:absolute; z-index:1; width:30px; height:30px;top:-40px;   right:0; background:url(../images/ico-clsoe.png) no-repeat center; background-size:80%; cursor:pointer}
 
/*页码*/
.pages{ text-align:center; font-size:0; margin-top:30px}
.pages li{ display:inline-block; margin:0 7px;}
.pages li a{ display:block; line-height:40px; background-color:#fff; min-width:40px; border:1px solid #e9e8e8; margin:0 -1px}
.pages li.prev a,.pages li.next a{ padding:0 15px; font-family:"宋体"; font-weight:bold}
.pages li.prev.ban a,.pages li.next.ban a{ color:#000 !important; background-color:#fff !important}
.pages li.on a,.pages li a:hover{ background-color:#000; color:#fff}
 
@media (max-width: 1220px){  
.qm-top .logo{ left:10px;} 
}
@media (max-width: 999px){  
/*头部*/ 
body.ow{ overflow:hidden}

.qm-top{ height:55px}
.qm-top .box .weap{ height:auto;} 
.qm-top .box{ width:100%; height:55px; background:rgba(255,255,255); box-shadow:0 1px 3px rgba(255,255,255,.05); z-index:99}
 
.qm-top .logo{ padding-top:7px}
.qm-top .logo a img{ height:40px}
 
.m-nav{display:block; height: 20px; width: 26px; transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s; -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s; -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s; cursor: pointer; position: absolute; right: 15px; top:50%; margin-top:-10px; }
.m-nav a{background-color:#000; display: block; height: 3px; margin-top: -2px; position: relative; top: 50%; transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s; -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s; -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s; width: 100%;border-radius:3px;}
.m-nav a:after, .m-nav a:before{background-color:#000; content: ""; display: block; height: 3px; left: 0; position: absolute; transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s; -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s; -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s; width: 100%;border-radius:3px;}
.m-nav a:before{top: -7px;}
.m-nav a:after{top: 8px;}
.qm-top.block .m-nav{transform: rotate(90deg);}
.qm-top.block .m-nav a{background-color: transparent !important;}
.qm-top.block .m-nav a:before{transform: translateY(0px) rotate(-55deg); -webkit-transform: translateY(7px) rotate(-45deg); -ms-transform: translateY(0px) rotate(-55deg);}
.qm-top.block .m-nav a:after{transform: translateY(0px) rotate(55deg); -webkit-transform: translateY(-7px) rotate(45deg); -ms-transform: translateY(0px) rotate(55deg);}
.qm-top .box .navbox{ display:none}
.qm-top .box .navbox .weap{ padding-left:0; padding-right:0}
.qm-nav .nl.exist .alink:after{ position:absolute; z-index:2; right:10px;top:50%; margin-top:-7px;}
 
.qm-nav{ height:auto; float:none;}
.qm-nav .navbox{ background:rgba(0,0,0,.75);position:fixed; z-index: 999; left: 0; top:55px; right: 0; bottom:0; overflow-y:auto; padding-top:0; height:auto; border-bottom:none}
 
.qm-nav .nl{ width:100%; float:none; padding:0; background:#f8f8f8; margin-left:0;border-bottom:1px solid #e2e2e2; position:relative}
.qm-nav .nl .alink{ position:relative; z-index:1; padding:0 10px; line-height:50px; height:50px; width:auto; text-align:left; color:#333;  font-size:15px; border:none; margin:0}
.qm-nav .nl:after{ display:none}
.qm-nav .exist:before{ content:""; display:block; width:100%; height:50px; background:url(../images/ico-down.png) no-repeat center right 10px; background-size:auto 30%; position:absolute; z-index:10; right:0;top:0;}
 
.qm-nav .sub ul{ padding-right:0}
 
.qm-nav .nl.on .alink{ border-bottom:none; border:none}
.qm-nav .sub{ position:static; background:#fff;  width:auto; margin:0; border-top:1px solid #e2e2e2; text-align:left} 
.qm-nav .sub li{ margin-left:0; display:block}
.qm-nav .sub a{ text-align:left; padding:0 15px; font-size:14px; background:none; line-height:32px; height:32px; color:#333}
.qm-nav .sub a:before{ content:""; display:inline-block; width:3px; height:3px; border-radius:50%; background-color:#999; margin-right:8px; vertical-align:middle}
.qm-top.block .box .navbox{ display:block;} 
 
.videopop .videobd .video{ height:auto} 

.qm-top .topright{ float:none; padding-top:0; margin-left:0; position:absolute; z-index:2; right:80px;top:10px;}
.qm-top .topright .tela{ overflow:hidden; width:35px; height:35px}
.qm-top .topright .shopa{ margin-left:10px; width:30px; height:28px}
}
@media(max-width:766px){
body{ line-height:1.6;  }
 

/*底部*/ 
.footer .weap{ display:none}

.pages li{ margin:0 3px; margin-bottom:5px}
.pages li a{ padding:0 10px; height:32px; line-height:30px}

.navbox{ width:100%}
 
}
 